* {
	margin: 0;
	padding: 0;
	font-family: Montserrat
}

#map {
	width: 50%;
	margin-left: 25%;
	margin-top: 100px;
	height: 400px;
	margin-bottom: 200px
}

body {
	background-color: #fff
}

html {
	scroll-behavior: smooth
}


@font-face {
	font-family: MyCustomFont;
	src: url(RevueBT.ttf);
  }

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: #1a1a1a
}

p {
	font-size: 16px
}

h1 {
	font-size: 2.7rem;
	font-weight: 900;
	margin: -4px 0;
	line-height: 140%
}

b {
	font-weight: 700
}

i {
	font-display: swap
}



#icon {
	background-color: #fff;
	border-radius: 50%
}




#login-button {
	cursor: pointer;
	color: var(--white);
	margin-top: .5%;
	border-radius: 50%;
	font-size: 1.2em;
	font-weight: 900;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out
}

#login-button img {
	padding: 5px;
	width: 1.8rem;
	height: 1.8rem
}

#login-button:hover {
	-webkit-transform: scale(1.12);
	transform: scale(1.12)
}

.banner {
	position: relative;
	padding-top: 200px;
	width: 100%;
	height: 70vh;
	background-image: url(assets/school_img.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	z-index: -99999;
	animation: banner 20s linear infinite;
}
.banner h1 {
	font-size: 6vw;
	color: #060606;
	text-shadow: 4px 4px 19px rgb(255, 255, 255);
	
	text-align: center;
	letter-spacing: .1rem;
	font-family: MyCustomFont, sans-serif;
    margin-top: 0%;
}

.banner h2 {
	font-size: 2rem;
	font-weight: 700;
	padding-top: 0%;
	color: #040404;
	text-shadow: 4px 4px 19px rgb(255, 255, 255);
	text-align: center;
	letter-spacing: .01rem
}

.banner p {
	color: #0e0d0d;
	font-size: 1.3rem;
	padding: 15px 10px 10px 10px;
	text-align: center;
	width: 50%;
	margin-left: 25%;
	font-weight: 500;
	text-align: justify
}

.banner-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(6, 0, 0, 0.5); /* Adjust the opacity by changing the last value (0.5) */
}
	
/* Image Slider */

.char-btn {
	font-family: Montserrat;
	color: var(--dark);
	font-size: 20px;
	font-weight: 500;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 15px;
	border: 0;
	margin-top: -100px;
	box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
	cursor: pointer
}

.char-btn:hover {
	text-decoration: underline
}

.btn-main {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px
}

.facilities {
	margin-top: 140px
}

#fac-head {
	text-align: center;
	font-size: 3.3rem
}

#fac-p {
	text-align: center;
	font-size: 1.5rem;
	margin-top: 10px;
	color: #272727;
	font-weight: 600;
	font-family: Poppins
}

.bottom {
	background-image: url(assets/bg-pattern.svg);
	background-color: #4b4a4a;
	background-position: center;
	background-size: cover
}

#bottom-p {
	color: #fff;
	font-weight: 600;
	margin: 10px;
	font-size: 1.3rem
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: 0;
	outline: 0;
	background-color: #272727;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 50%;
	transition: .2s ease;
	box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px
}

#myBtn:hover {
	background-color: #555
}

.features {
	padding: 100px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6rem;
	font-family: Montserrat
}

.flex {
	max-width: 1100px;
	display: flex;
	gap: 84px;
	flex-wrap: wrap;
	margin-bottom: 60px
}

.flex-image {
	width: 50%
}

.flex-image img {
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
	max-width: 100%;
	border-radius: 15px
}

.flex-info {
	display: flex;
	flex-direction: column;
	width: 40%;
	justify-content: center;
	align-items: flex-start
}

.flex-info h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 1rem;
	font-family: Poppins
}

.flex-info p {
	margin-bottom: 0;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: 400;
	white-space: normal;
	font-family: Poppins
}

@media(max-width:1000px) {
	.flex-image {
		width: 100%
	}
	.flex-info {
		width: 100%
	}
}

@media screen and (max-width:873px) {
	.line-1,
	.line-2,
	.line-3 {
		width: 30px;
		height: 3px;
		background: white;
		margin: 5px;
		-webkit-transition: 400ms;
		transition: 400ms;
		border-radius: 10px
	}
	
	
	.toggle .line-1 {
		-webkit-transform: rotate(-45deg) translate(-5px, 6px);
		transform: rotate(-45deg) translate(-5px, 6px)
	}
	.toggle .line-2 {
		opacity: 0
	}
	.toggle .line-3 {
		-webkit-transform: rotate(45deg) translate(-5px, -6px);
		transform: rotate(45deg) translate(-5px, -6px)
	}
}

@media screen and (max-width:836px) {
	.banner {
		height: 50vh
	}
}

@media screen and (max-width:800px) {
	.banner p {
		text-align: center
	}
}

@media screen and (max-width:568px) {
	.banner h2 {
		font-size: 1.5rem
	}
}

@media screen and (max-width:610px) {
	.banner p {
		width: 70%;
		margin-left: 85px
	}
}

@media screen and (max-width:400px) {
	.banner p {
		margin-left: 50px;
		font-size: 1.1rem
	}
	.banner h1 {
		font-size: 1.7rem
	}
	.banner h2 {
		font-size: 1.1rem
	}
}

@media screen and (max-width:456px) {
	.banner p {
		margin-left: 58px;
		font-size: 1.1rem
	}
}

@media screen and (max-width:498px) {
	.banner p {
		margin-left: 60px;
		font-size: 1.1rem
	}
}


